home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / pwrlst43.zip / HISTORY.DOC < prev    next >
Text File  |  1993-04-26  |  9KB  |  191 lines

  1.                    History of Changes in Power List
  2.                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 4.3        Per user suggestion I have added the ability to add directories
  4.            by range.  Example: You can add dirs 3-10 in one step now instead
  5.            of having to add each one individually.
  6.  
  7. 4.2        Power List will not automatically read DIR.LST on a PCBoard
  8.            system.  No more typing in all those .CFG lines.  The ability
  9.            to type them in is still there for non-standard set-ups and non-
  10.            PCB systems.
  11.  
  12. 4.1        Corrected a problem where the .ZIP was not being removed when
  13.            a user logged out of door.  Sorry!!
  14.  
  15.            When doing a new scan the display was showing files that did
  16.            not meet the date requirement.  This is fixed.
  17.  
  18.            When searching the door would display dir file path and
  19.            location.  This is not a good idea, and it is fixed. I must
  20.            really have been tired.
  21.  
  22.            When viewing a directory if you aborted in the middle of the
  23.            menu display you couldn't choose a dir to view without going
  24.            to the end of the menu.  This is fixed.
  25.  
  26.            Fixed the log entry to show Protocol and not command line.
  27.  
  28.            Increased the keyboard inactivity time out variable so that
  29.            slower users don't keep getting menu re-draws.
  30.  
  31.            As of 4.1 I have included a seamless version of PowerList,
  32.            the filename is PWRLISTX.EXE. This version will only work
  33.            for users that have a valid serial number.
  34.  
  35. 4.0        First before I forget registered users will need a new serial
  36.            number for version 4.0 and later.  I will try to call all
  37.            registered users and give them their new number.
  38.  
  39.            Major changes to the config file!!!! Be sure to read the docs.
  40.  
  41.            I have given the Menus a whole NEW look per a few requests. I
  42.            hope you like them.  The menus are displayed just a little bit
  43.            faster now but ANSI can only be so fast.
  44.  
  45.            I added support for a color menu file(ansi not @Xcodes). Just
  46.            create a colr file and name it the same as the non-color file
  47.            listed in the .cfg file but append a "G" to the end of the
  48.            file name.
  49.  
  50.            The code was getting large enough that I had to move the help
  51.            file back out to a separate file.  So be sure that PWRLIST.HLP
  52.            exists in your door directory where the executable is.
  53.  
  54.            The opening screen wasn't displaying properly on the remote
  55.            screen. This is repaired.
  56.  
  57.            A lot of SysOps asked me to change the config file in a way that
  58.            would allow them to have dirictory files in different locations.
  59.            I over looked this need because of short sightedness on my part.
  60.            Be sure to look at the docs for the changes to the .cfg file.
  61.  
  62.            I added the ability for the SysOp to name the .ZIP file that
  63.            PowrList creates.  So instead of PWRLIST.ZIP you could have
  64.            NITELITE.ZIP.  This feature only works with registered versions.
  65.  
  66.            PowerList now creates a file called PWRLIST.LOG which holds all
  67.            the information about how the door is being used.  You can track
  68.            file area popularity with the log.
  69.  
  70. 3.7        When adding to a list I was redisplaying the entire menu each
  71.            time.  I changed this so that users can add multiple dirs
  72.            without scrolling through the menu each time.  For all you
  73.            SysOps with 200 or 300 directories, SORRY!
  74.  
  75. 3.6        I was handling non-standard com ports incorrectly.  Now it is
  76.            necessary to enter 2 lines into the config file so that Power
  77.            List can properly send commands to DSZ.  Read the docs on
  78.            creation of the .cfg file.
  79.  
  80. 3.5        Changed the (T)ext Search option so that each time a match is
  81.            found it is displayed on the screen.  Also added the ability
  82.            to abort in the middle of a text search, and progress to that
  83.            point is still logged in your POWER LIST.
  84.  
  85.            Changed the output of the (S)can by Date options to match
  86.            that of the (T)ext Search option and also added the ability
  87.            to abort that one as well.
  88.  
  89.            Made a few cosmetic corrections to a couple of screens.
  90.  
  91. 3.1        Fixed some array boundries that were causing a couple
  92.            problems.
  93.  
  94.            Added "K" command to the main menu to turn HotKeys on/off.
  95.  
  96. 3.0        This version is a complete re-write using Ted Freemans' Door-
  97.            Frame.  This was needed in order to get rid of the lock ups
  98.            occuring upon exiting the door.
  99.  
  100.            Power List should now work with other BBS packages besides
  101.            PCBoard, however I have no way of testing it so if you try it
  102.            on another package and have trouble let me know.  If it works
  103.            properly you will tell me when you register. Right? <GRIN>
  104.  
  105.                 !!!!!!!!! IMPORTANT !!!!!!!!!!! IMPORTANT !!!!!!!!
  106.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107.            This version requires a change to the config file so be sure
  108.            to read the docs!!!!
  109.  
  110.            The capability to understand PCBoard's @X codes is no longer
  111.            available.  This is not to say that it won't be back some
  112.            day, but for now you will have to keep a DIR and a DIRG menu
  113.            file available for Power List to use.
  114.  
  115. 2.2        Added a text search routine.  You can now search for all
  116.            occurances of a string and abort at any time and still download
  117.            the list from where you aborted.
  118.  
  119.            I still have not try to get the extra description lines as that
  120.            would increase code size dramatically as well as the size of the
  121.            file the user downloads.  And the purpose of this utility is to
  122.            keep transfer time to a minimun.  If the user want's multi-line
  123.            descriptions he/she can select entire directories to download.
  124.  
  125.            The scan routines are a little faster now and also are a bit
  126.            more explanatory.  The program keeps you informed as to how far
  127.            the scan has progressed.
  128.  
  129. 2.1        Added the ability to abort a file date scan prior to its
  130.            finishing.  I am still working on adding the extra description
  131.            lines to the list.  I originally left them out for sake of size
  132.            as I was attempting to keep the download to a minimum.
  133.  
  134. 2.0        First I had to fix a couple of input errors that I over looked.
  135.  
  136.            The adopt screen is now built in and you will not need the file
  137.            ADOPT.SCR anymore.  The registered version of Power List will
  138.            not display this file.
  139.  
  140.            The help menu is now built in and you will no longer need this
  141.            file either.
  142.  
  143.            I revised the menus so as to be more descriptive and to
  144.            facilitate an expert mode for users familiar with the commands.
  145.  
  146.            Added an expert mode for those users who know their way around
  147.            the program.  This speeds up the door a little as the screens
  148.            display a little faster.
  149.  
  150.            Added SCAN ability based on either the LastDirListing data
  151.            from the users file, or the user can input a date of his/her
  152.            choice.
  153.  
  154.            ---IMPORTANT---IMPORTANT---IMPORTANT---IMPORTANT---IMPORTANT---
  155.            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  156.            This last change required I add a line to the config file so
  157.            please be sure to change your config file or the door will crash.
  158.  
  159. 1.6        Some users had trouble with some directory numbers not being
  160.            accepted or being told they were not there when they were. This
  161.            is now fixed.  Also the door was creating an unwanted file in
  162.            the temp directory, I removed that.
  163.  
  164. 1.5        I messed up guys and gals and made it impossible to exit with-
  165.            out the CAPS LOCK key on.     OOPPSS!!
  166.  
  167. 1.4        Another over sight on my part sorry.  It seems I forgot that some
  168.            Sysops might have a DIR file that was more than one screen.  The
  169.            program would prompt more input every 23 lines but would allow
  170.            no input except a carriage return.  This is fixed now.
  171.  
  172. 1.3        Fixed an over sight on my part.  The door would only recognize
  173.            com1.  I added a line to the config file so be sure to read the
  174.            DOCS!!!!
  175.  
  176. 1.2        Attempted to find and correct a problem that would occassionally
  177.            lock up the program during a file copy routine.
  178.  
  179. 1.1        Made just a few cosmetic changes.
  180.  
  181. 1.0        Original release
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.